From 27e61970ee9b4cd8a0e1a69ff3af4f411b65d34a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 29 Dec 2015 08:44:49 +0100 Subject: [PATCH] Fails to build when wget is installed. Force curl (Closes: #809298) --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1d2c29e52..f3bcd323a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cargo (0.6.0-2) unstable; urgency=medium + + * Fails to build when wget is installed. Force curl + (Closes: #809298) + + -- + cargo (0.6.0-1) unstable; urgency=medium * New upstream version 0.6.0 diff --git a/debian/control b/debian/control index 66242a96f..1448b4cab 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Luca Bruno , Priority: extra Build-Depends: debhelper (>= 9), rustc (>= 1.1), - curl | wget, + curl, pkg-config, cmake, git, -- 2.30.2